home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / olrdrs / qprn112.zip / MEGA.BAT < prev    next >
DOS Batch File  |  1994-05-12  |  678b  |  17 lines

  1. @echo off
  2. REM  This is a batch file for using QWKPRUNE with version 2.1 of
  3. REM  the MegaMail reader.  Wherever you see [mega_work], replace it with
  4. REM  the full path of your MegaMail work directory.  Replace [down_dir]
  5. REM  with the full path of the directory your QWK packets are stored in.
  6. REM  If MegaReader is configured to "hide" the work directory, you'll
  7. REM  have to create it each time you import a QWK.  The /import option
  8. REM  exits directly to DOS after importing.
  9. REM
  10. REM mkdir [mega_work]
  11. pkunzip [down_dir]\%1 [mega_work]
  12. if not exist [mega_work]\messages.dat goto endit
  13. qwkprune /m[mega_work]
  14. megaread /nozip /import %1
  15. del [down_dir]\%1
  16. :endit
  17.